projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775b42e
)
toggletoolbutton: Remove unneeded deprecation markers
author
Timm Bäder
<mail@baedert.org>
Mon, 24 Oct 2016 09:45:21 +0000
(11:45 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 28 Oct 2016 14:33:02 +0000
(16:33 +0200)
gtk/gtktoggletoolbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoggletoolbutton.c
b/gtk/gtktoggletoolbutton.c
index 76a3880c3227fb315a2b00bcb2648775740a1612..074d507d3bc9a1d67af3317ddd1aafd0930007da 100644
(file)
--- a/
gtk/gtktoggletoolbutton.c
+++ b/
gtk/gtktoggletoolbutton.c
@@
-207,7
+207,6
@@
gtk_toggle_tool_button_create_menu_proxy (GtkToolItem *item)
label_widget = gtk_tool_button_get_label_widget (tool_button);
label_text = gtk_tool_button_get_label (tool_button);
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS;
if (GTK_IS_LABEL (label_widget))
{
@@
-224,8
+223,6
@@
gtk_toggle_tool_button_create_menu_proxy (GtkToolItem *item)
label = "";
}
- G_GNUC_END_IGNORE_DEPRECATIONS;
-
if (use_mnemonic)
menu_item = gtk_check_menu_item_new_with_mnemonic (label);
else